More buffer tagging cleanup#984
Conversation
|
👋 Welcome back rbrchen! A progress list of the required criteria for merging this PR into |
|
@rbrchen This change is no longer ready for integration - check the PR body for details. |
Webrevs
|
| if (invokeOp != null) return invokeOp.result(); | ||
| if (invokeOp != null) { | ||
| return invokeOp.result(); | ||
| } |
There was a problem hiding this comment.
If this is null what do we return? Maybe we dont expect this ever to be the case. In which case shoudl we throw?
| @@ -123,10 +127,14 @@ private static Value getRootValue(Op op) { | |||
| } | |||
| case JavaOp.InvokeOp invokeOp -> { | |||
There was a problem hiding this comment.
All of this would be easier I think if you used the Invoke wrapper.
|
@rbrchen This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@grfrost The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
@rbrchen this pull request can not be integrated into git checkout cleanup
git fetch https://git.openjdk.org/babylon.git code-reflection
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge code-reflection"
git push |
Delete and refactor unnecessary buffer tagging code.
Also remove the @reflect annotation on S32Array::arrayView - this makes the buffer tagging break.
Progress
Error
- [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/babylon.git pull/984/head:pull/984$ git checkout pull/984Update a local copy of the PR:
$ git checkout pull/984$ git pull https://git.openjdk.org/babylon.git pull/984/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 984View PR using the GUI difftool:
$ git pr show -t 984Using diff file
Download this PR as a diff file:
https://git.openjdk.org/babylon/pull/984.diff
Using Webrev
Link to Webrev Comment